diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2018-08-02 10:41:07 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2018-08-27 18:00:36 +0200 |
commit | 4051c323c59b535cfb7dc10b349544b4ad49c21e (patch) | |
tree | 32d0573c78e05f1093d2ddd4a9faded5c33a77e2 /arch/arc/configs/axs101_defconfig | |
parent | Linux 4.19-rc1 (diff) | |
download | linux-4051c323c59b535cfb7dc10b349544b4ad49c21e.tar.xz linux-4051c323c59b535cfb7dc10b349544b4ad49c21e.zip |
ARC: configs: cleanup
- Remove CONFIG_DEFAULT_HOSTNAME from defconfigs
There's no reason to set the same hostname to all ARC boards
by default. It usually gets overwritten by init scripts anyways.
- Remove disabled CONFIG_DEVKMEM from defconfigs
It is disabled by default
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs/axs101_defconfig')
-rw-r--r-- | arch/arc/configs/axs101_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arc/configs/axs101_defconfig b/arch/arc/configs/axs101_defconfig index a635ea972304..41a97eb7598d 100644 --- a/arch/arc/configs/axs101_defconfig +++ b/arch/arc/configs/axs101_defconfig @@ -1,4 +1,3 @@ -CONFIG_DEFAULT_HOSTNAME="ARCLinux" # CONFIG_SWAP is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y @@ -63,7 +62,6 @@ CONFIG_MOUSE_PS2_TOUCHKIT=y CONFIG_MOUSE_SERIAL=y CONFIG_MOUSE_SYNAPTICS_USB=y # CONFIG_LEGACY_PTYS is not set -# CONFIG_DEVKMEM is not set CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_DW=y |