diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /arch/arm/mach-ep93xx/Kconfig | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'arch/arm/mach-ep93xx/Kconfig')
-rw-r--r-- | arch/arm/mach-ep93xx/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig index fe3c1fa5462..3a08b18f643 100644 --- a/arch/arm/mach-ep93xx/Kconfig +++ b/arch/arm/mach-ep93xx/Kconfig | |||
@@ -2,11 +2,6 @@ if ARCH_EP93XX | |||
2 | 2 | ||
3 | menu "Cirrus EP93xx Implementation Options" | 3 | menu "Cirrus EP93xx Implementation Options" |
4 | 4 | ||
5 | config EP93XX_SOC_COMMON | ||
6 | bool | ||
7 | default y | ||
8 | select LEDS_GPIO_REGISTER | ||
9 | |||
10 | config CRUNCH | 5 | config CRUNCH |
11 | bool "Support for MaverickCrunch" | 6 | bool "Support for MaverickCrunch" |
12 | help | 7 | help |
@@ -187,13 +182,6 @@ config MACH_TS72XX | |||
187 | Say 'Y' here if you want your kernel to support the | 182 | Say 'Y' here if you want your kernel to support the |
188 | Technologic Systems TS-72xx board. | 183 | Technologic Systems TS-72xx board. |
189 | 184 | ||
190 | config MACH_VISION_EP9307 | ||
191 | bool "Support Vision Engraving Systems EP9307 SoM" | ||
192 | depends on EP93XX_SDCE0_PHYS_OFFSET | ||
193 | help | ||
194 | Say 'Y' here if you want your kernel to support the | ||
195 | Vision Engraving Systems EP9307 SoM. | ||
196 | |||
197 | choice | 185 | choice |
198 | prompt "Select a UART for early kernel messages" | 186 | prompt "Select a UART for early kernel messages" |
199 | 187 | ||