Move common ARM config symbols from armel/config to kernelarch-arm/config

It is inconsistent and potentially surprising that armhf uses
armel/config as well as armhf/config.  Move the common config into a
new kernelarch-arm directory.

While we're at it, remove some redundant lines from both files.

svn path=/dists/trunk/linux/; revision=21221
This commit is contained in:
Ben Hutchings 2014-04-09 03:00:10 +00:00
parent a254073717
commit 41e81b2bf0
4 changed files with 3 additions and 23 deletions

View File

@ -9,6 +9,8 @@ kernel-arch: arm
[image]
suggests: fdutils
configs:
kernelarch-arm/config
[relations]
headers%gcc-4.8: linux-compiler-gcc-4.8-arm

View File

@ -6,12 +6,6 @@ CONFIG_ATAGS_PROC=y
#. Enable floating point unit
CONFIG_VFP=y
##
## file: crypto/Kconfig
##
CONFIG_CRYPTO_SHA1_ARM=m
CONFIG_CRYPTO_AES_ARM=m
##
## file: drivers/input/mouse/Kconfig
##
@ -29,9 +23,3 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_BAYCOM_EPP is not set
# CONFIG_YAM is not set
##
## file: drivers/thermal/Kconfig
##
CONFIG_THERMAL=y
CONFIG_CPU_THERMAL=y

View File

@ -7,7 +7,7 @@ kernel-arch: arm
[image]
suggests: fdutils
configs:
armel/config
kernelarch-arm/config
armhf/config
[relations]

View File

@ -46,16 +46,6 @@ CONFIG_MOUSE_APPLETOUCH=m
##
CONFIG_MTD_PHYSMAP=y
##
## file: drivers/net/hamradio/Kconfig
##
CONFIG_BPQETHER=m
CONFIG_BAYCOM_SER_FDX=m
CONFIG_BAYCOM_SER_HDX=m
CONFIG_BAYCOM_PAR=m
CONFIG_BAYCOM_EPP=m
CONFIG_YAM=m
##
## file: drivers/net/wireless/ipw2x00/Kconfig
##