Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk****@kerne*****> --- arch/h8300/Kconfig | 4 ++-- arch/h8300/Kconfig.cpu | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 14bb45644c0c..7a33141fd0b7 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 config H8300 - def_bool y + def_bool y select ARCH_32BIT_OFF_T select ARCH_HAS_BINFMT_FLAT select BINFMT_FLAT_ARGVP_ENVP_ON_STACK @@ -38,7 +38,7 @@ config NO_IOPORT_MAP def_bool y config GENERIC_CSUM - def_bool y + def_bool y config HZ int diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu index b5e14d513e62..59be62d0716b 100644 --- a/arch/h8300/Kconfig.cpu +++ b/arch/h8300/Kconfig.cpu @@ -90,11 +90,11 @@ config H8S_SIM endchoice config H8300_BUILTIN_DTB - string "Builtin DTB" + string "Builtin DTB" default "" config OFFSET - hex "Load offset" + hex "Load offset" default 0 endmenu -- 2.17.1