summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/arm/mach-wmt/Kconfig
diff options
context:
space:
mode:
authorSrikant Patnaik2015-01-11 12:28:04 +0530
committerSrikant Patnaik2015-01-11 12:28:04 +0530
commit871480933a1c28f8a9fed4c4d34d06c439a7a422 (patch)
tree8718f573808810c2a1e8cb8fb6ac469093ca2784 /ANDROID_3.4.5/arch/arm/mach-wmt/Kconfig
parent9d40ac5867b9aefe0722bc1f110b965ff294d30d (diff)
downloadFOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.gz
FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.bz2
FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.zip
Moved, renamed, and deleted files
The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure.
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-wmt/Kconfig')
-rwxr-xr-xANDROID_3.4.5/arch/arm/mach-wmt/Kconfig56
1 files changed, 0 insertions, 56 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-wmt/Kconfig b/ANDROID_3.4.5/arch/arm/mach-wmt/Kconfig
deleted file mode 100755
index 5cf53f6e..00000000
--- a/ANDROID_3.4.5/arch/arm/mach-wmt/Kconfig
+++ /dev/null
@@ -1,56 +0,0 @@
-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
-