diff options
| author | Evan Wilson <evan@oliodevices.com> | 2015-03-11 03:12:34 -0700 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2015-03-11 03:12:34 -0700 |
| commit | 6e1e9e095f3ef6c20cd9b360772e1b4f5890c7c3 (patch) | |
| tree | cd5bf36dface13dbbed99aafaba7898300cb1215 /arch/arm/mach-omap2/Kconfig | |
| parent | 88d9d40dbd5a793825e4e4e7a6491e1c9432a8c4 (diff) | |
| download | olio-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/Kconfig | 8 |
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 |