diff options
author | Srikant Patnaik | 2015-01-13 15:08:24 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-01-13 15:08:24 +0530 |
commit | 97327692361306d1e6259021bc425e32832fdb50 (patch) | |
tree | fe9088f3248ec61e24f404f21b9793cb644b7f01 /arch/arm/mach-wmt/Kconfig | |
parent | 2d05a8f663478a44e088d122e0d62109bbc801d0 (diff) | |
parent | a3a8b90b61e21be3dde9101c4e86c881e0f06210 (diff) | |
download | FOSSEE-netbook-kernel-source-97327692361306d1e6259021bc425e32832fdb50.tar.gz FOSSEE-netbook-kernel-source-97327692361306d1e6259021bc425e32832fdb50.tar.bz2 FOSSEE-netbook-kernel-source-97327692361306d1e6259021bc425e32832fdb50.zip |
dirty fix to merging
Diffstat (limited to 'arch/arm/mach-wmt/Kconfig')
-rwxr-xr-x | arch/arm/mach-wmt/Kconfig | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/arch/arm/mach-wmt/Kconfig b/arch/arm/mach-wmt/Kconfig new file mode 100755 index 00000000..5cf53f6e --- /dev/null +++ b/arch/arm/mach-wmt/Kconfig @@ -0,0 +1,56 @@ +if ARCH_WMT + +menu "WonderMedia Technology Implementations" + +config WMT_EVB + bool "WonderMedia Technology Evaluation Board" + depends on ARCH_WMT + default y + ---help--- + Say Y here if you want to config the WonderMedia Technology specific parameters. + +choice + prompt "Select WonderMedia Technology evaluation board type" + depends on WMT_EVB + default WM0001 + ---help--- + Choose the type of WonderMedia Technology evaluation board type. + There are four types of WonderMedia Technology EVB, depend on the mounted components. + +config WM0001 + bool "WM0001" + ---help--- + Say Y here if you intend to build kernel on VT9043A1. + +endchoice + +config WMT_USE_BOOTLOADER_ATAG + bool "Bootloader kernel parameter support" + depends on WMT_EVB + ---help--- + Say Y here if you want to use kernel parameters passed from the arm bootloader. + +config WMT_FIXUP_ATAG + bool "Force to fixup kernel parameter" + depends on WMT_EVB && WMT_USE_BOOTLOADER_ATAG + ---help--- + Say Y here if you want to fixup the WonderMedia Technology kernel boot parameters. + It is a temp solution if ATAG passing have problem or you don't + know how exactly setup kernel parameters. + +config OTZONE_ASYNC_NOTIFY_SUPPORT + bool "TrustZone asynchronous notify support" + depends on WMT_EVB + ---help--- + Say Y here if you want to use TrustZone asynchronous notify support. + +config OTZONE_AMP_SUPPORT + bool "TrustZone AMP support" + depends on WMT_EVB + ---help--- + Say Y here if you want to use TrustZone AMP support. + +endmenu + +endif + |