diff options
author | Tony Lindgren <tony@atomide.com> | 2013-09-25 18:44:39 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-09-25 18:44:39 -0400 |
commit | f2acae69a2060b6b1029b9923dbef5e98a8a0ba7 (patch) | |
tree | e85804a52cb4437e77d9a4e72ac6da85b723ce99 /arch/arm/mach-omap2/Kconfig | |
parent | 4a10c2ac2f368583138b774ca41fac4207911983 (diff) |
ARM: OMAP2+: Always build in board-generic
We are moving to device tree based booting, so board-generic
should always be built.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index b5fb5f7992df..f6a1db112168 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -94,6 +94,7 @@ config ARCH_OMAP2PLUS | |||
94 | select GENERIC_CLOCKEVENTS | 94 | select GENERIC_CLOCKEVENTS |
95 | select GENERIC_IRQ_CHIP | 95 | select GENERIC_IRQ_CHIP |
96 | select HAVE_CLK | 96 | select HAVE_CLK |
97 | select MACH_OMAP_GENERIC | ||
97 | select OMAP_DM_TIMER | 98 | select OMAP_DM_TIMER |
98 | select PINCTRL | 99 | select PINCTRL |
99 | select PROC_DEVICETREE if PROC_FS | 100 | select PROC_DEVICETREE if PROC_FS |
@@ -187,16 +188,11 @@ config OMAP_PACKAGE_CUS | |||
187 | config OMAP_PACKAGE_CBP | 188 | config OMAP_PACKAGE_CBP |
188 | bool | 189 | bool |
189 | 190 | ||
190 | comment "OMAP Board Type" | 191 | comment "OMAP Legacy Platform Data Board Type" |
191 | depends on ARCH_OMAP2PLUS | 192 | depends on ARCH_OMAP2PLUS |
192 | 193 | ||
193 | config MACH_OMAP_GENERIC | 194 | config MACH_OMAP_GENERIC |
194 | bool "Generic OMAP2+ board" | 195 | bool |
195 | depends on ARCH_OMAP2PLUS | ||
196 | default y | ||
197 | help | ||
198 | Support for generic TI OMAP2+ boards using Flattened Device Tree. | ||
199 | More information at Documentation/devicetree | ||
200 | 196 | ||
201 | config MACH_OMAP2_TUSB6010 | 197 | config MACH_OMAP2_TUSB6010 |
202 | bool | 198 | bool |