diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
| -rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 4c704b4e8b34..54b479c35ee0 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
| @@ -7,6 +7,7 @@ config ARCH_SH7367 | |||
| 7 | select CPU_V6 | 7 | select CPU_V6 |
| 8 | select HAVE_CLK | 8 | select HAVE_CLK |
| 9 | select COMMON_CLKDEV | 9 | select COMMON_CLKDEV |
| 10 | select SH_CLK_CPG | ||
| 10 | select GENERIC_CLOCKEVENTS | 11 | select GENERIC_CLOCKEVENTS |
| 11 | 12 | ||
| 12 | config ARCH_SH7377 | 13 | config ARCH_SH7377 |
| @@ -14,6 +15,7 @@ config ARCH_SH7377 | |||
| 14 | select CPU_V7 | 15 | select CPU_V7 |
| 15 | select HAVE_CLK | 16 | select HAVE_CLK |
| 16 | select COMMON_CLKDEV | 17 | select COMMON_CLKDEV |
| 18 | select SH_CLK_CPG | ||
| 17 | select GENERIC_CLOCKEVENTS | 19 | select GENERIC_CLOCKEVENTS |
| 18 | 20 | ||
| 19 | config ARCH_SH7372 | 21 | config ARCH_SH7372 |
| @@ -21,6 +23,7 @@ config ARCH_SH7372 | |||
| 21 | select CPU_V7 | 23 | select CPU_V7 |
| 22 | select HAVE_CLK | 24 | select HAVE_CLK |
| 23 | select COMMON_CLKDEV | 25 | select COMMON_CLKDEV |
| 26 | select SH_CLK_CPG | ||
| 24 | select GENERIC_CLOCKEVENTS | 27 | select GENERIC_CLOCKEVENTS |
| 25 | 28 | ||
| 26 | comment "SH-Mobile Board Type" | 29 | comment "SH-Mobile Board Type" |
| @@ -39,6 +42,20 @@ config MACH_AP4EVB | |||
| 39 | bool "AP4EVB board" | 42 | bool "AP4EVB board" |
| 40 | depends on ARCH_SH7372 | 43 | depends on ARCH_SH7372 |
| 41 | select ARCH_REQUIRE_GPIOLIB | 44 | select ARCH_REQUIRE_GPIOLIB |
| 45 | select SH_LCD_MIPI_DSI | ||
| 46 | |||
| 47 | choice | ||
| 48 | prompt "AP4EVB LCD panel selection" | ||
| 49 | default AP4EVB_QHD | ||
| 50 | depends on MACH_AP4EVB | ||
| 51 | |||
| 52 | config AP4EVB_QHD | ||
| 53 | bool "MIPI-DSI QHD (960x540)" | ||
| 54 | |||
| 55 | config AP4EVB_WVGA | ||
| 56 | bool "Parallel WVGA (800x480)" | ||
| 57 | |||
| 58 | endchoice | ||
| 42 | 59 | ||
| 43 | comment "SH-Mobile System Configuration" | 60 | comment "SH-Mobile System Configuration" |
| 44 | 61 | ||
| @@ -88,6 +105,15 @@ config SH_TIMER_CMT | |||
| 88 | help | 105 | help |
| 89 | This enables build of the CMT timer driver. | 106 | This enables build of the CMT timer driver. |
| 90 | 107 | ||
| 108 | config SH_TIMER_TMU | ||
| 109 | bool "TMU timer driver" | ||
| 110 | default y | ||
| 111 | help | ||
| 112 | This enables build of the TMU timer driver. | ||
| 113 | |||
| 91 | endmenu | 114 | endmenu |
| 92 | 115 | ||
| 116 | config SH_CLK_CPG | ||
| 117 | bool | ||
| 118 | |||
| 93 | endif | 119 | endif |
