diff options
author | li pengbo <Pengbo.Li@freescale.com> | 2015-11-19 05:52:04 +0300 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-12-23 03:23:21 +0300 |
commit | 9d68e7accf28d0ffe5bf44aae4e64d744fa97337 (patch) | |
tree | 7aa92124ffe4cbe939c4dd890fc4d87738e6385d /arch/powerpc/configs | |
parent | 433c858a61ac4192f821b71cd1370886e8395863 (diff) | |
download | linux-9d68e7accf28d0ffe5bf44aae4e64d744fa97337.tar.xz |
powerpc/85xx: Enable TWR_P102x in mpc85xx_basic_defconfig
Enable TWR_P102x option by default in mpc85xx_basic_defconfig to support
p1025twr board.
Signed-off-by: Pengbo Li <Pengbo.Li@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/mpc85xx_basic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_basic_defconfig b/arch/powerpc/configs/mpc85xx_basic_defconfig index 850bd195d0e8..b1593fe6f70b 100644 --- a/arch/powerpc/configs/mpc85xx_basic_defconfig +++ b/arch/powerpc/configs/mpc85xx_basic_defconfig @@ -12,6 +12,7 @@ CONFIG_P1010_RDB=y CONFIG_P1022_DS=y CONFIG_P1022_RDK=y CONFIG_P1023_RDB=y +CONFIG_TWR_P102x=y CONFIG_SBC8548=y CONFIG_SOCRATES=y CONFIG_STX_GP3=y |