diff options
author | Olof Johansson <olof@lixom.net> | 2012-11-19 22:30:56 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-19 22:31:12 -0800 |
commit | 1443f8a0b95c07cee9df4420a30eea24123af3f3 (patch) | |
tree | 73a10165643ea9951841c58e3db697550c19fe5e /arch/arm/configs | |
parent | 00b2fa57d50fde1f5d7c3ac0893e49d69c315414 (diff) | |
parent | 001b35fff5d8b0d99a5ae16d8126d501b73cf8aa (diff) | |
download | linux-3.10-1443f8a0b95c07cee9df4420a30eea24123af3f3.tar.gz linux-3.10-1443f8a0b95c07cee9df4420a30eea24123af3f3.tar.bz2 linux-3.10-1443f8a0b95c07cee9df4420a30eea24123af3f3.zip |
Merge tag 'davinci-for-v3.8/defconfig' of git://gitorious.org/linux-davinci/linux-davinci into next/boards
From Sekhar Nori:
This change enables DT related options in DA8XX
defconfig.
* tag 'davinci-for-v3.8/defconfig' of git://gitorious.org/linux-davinci/linux-davinci:
ARM: davinci: da8xx defconfig: enable DT config options
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/da8xx_omapl_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/da8xx_omapl_defconfig b/arch/arm/configs/da8xx_omapl_defconfig index 88ccde058ba..f29223954af 100644 --- a/arch/arm/configs/da8xx_omapl_defconfig +++ b/arch/arm/configs/da8xx_omapl_defconfig @@ -17,6 +17,7 @@ CONFIG_MODVERSIONS=y CONFIG_ARCH_DAVINCI=y CONFIG_ARCH_DAVINCI_DA830=y CONFIG_ARCH_DAVINCI_DA850=y +CONFIG_MACH_DA8XX_DT=y CONFIG_MACH_MITYOMAPL138=y CONFIG_MACH_OMAPL138_HAWKBOARD=y CONFIG_DAVINCI_RESET_CLOCKS=y @@ -26,6 +27,7 @@ CONFIG_PREEMPT=y CONFIG_AEABI=y # CONFIG_OABI_COMPAT is not set CONFIG_LEDS=y +CONFIG_USE_OF=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CPU_FREQ=y @@ -75,6 +77,7 @@ CONFIG_SERIO_LIBPS2=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_NR_UARTS=3 +CONFIG_SERIAL_OF_PLATFORM=y CONFIG_I2C=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_DAVINCI=y |