summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2015-03-11 03:12:34 -0700
committerEvan Wilson <evan@oliodevices.com>2015-03-11 03:12:34 -0700
commit6e1e9e095f3ef6c20cd9b360772e1b4f5890c7c3 (patch)
treecd5bf36dface13dbbed99aafaba7898300cb1215 /arch/arm/mach-omap2/Kconfig
parent88d9d40dbd5a793825e4e4e7a6491e1c9432a8c4 (diff)
downloadolio-linux-3.10-6e1e9e095f3ef6c20cd9b360772e1b4f5890c7c3.tar.xz
olio-linux-3.10-6e1e9e095f3ef6c20cd9b360772e1b4f5890c7c3.zip
Adding a configuration and changes for the DVT2 boards
Change-Id: I2961c2e04eb76a99a38e37e186249565d29b8db0
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 53b9a9dd4ca..c3fdbc0f08a 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -226,9 +226,13 @@ config MACH_OMAP3_H1_EVT2
bool "EVT2 Build of the H1 board"
depends on MACH_OMAP3_H1
-config MACH_OMAP3_H1_DVT
- bool "DVT Build of the H1 board"
+config MACH_OMAP3_H1_DVT1
+ bool "DVT1 Build of the H1 board"
depends on MACH_OMAP3_H1
+
+config MACH_OMAP3_H1_DVT2
+ bool "DVT2 Build of the H1 board"
+ depends on MACH_OMAP3_H1
endchoice