mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
arch/lkl: drop BIG_ENDIAN from kconfig
In contrast to CONFIG_CPU_BIG_ENDIAN, CONFIG_BIG_ENDIAN isn't used outside of arch/lkl. Remove it. Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
@@ -90,11 +90,8 @@ endif
|
||||
config COREDUMP
|
||||
def_bool n
|
||||
|
||||
config BIG_ENDIAN
|
||||
def_bool n
|
||||
|
||||
config CPU_BIG_ENDIAN
|
||||
def_bool BIG_ENDIAN
|
||||
def_bool n
|
||||
|
||||
config GENERIC_CSUM
|
||||
def_bool y
|
||||
|
||||
@@ -120,7 +120,6 @@ endef
|
||||
|
||||
define s390_host
|
||||
$(call set_kernel_config_h,LKL_CONFIG_CPU_BIG_ENDIAN,1)
|
||||
$(call set_kernel_config,BIG_ENDIAN,y)
|
||||
$(call set_kernel_config,CPU_BIG_ENDIAN,y)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user