diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2018-08-02 11:41:07 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2018-08-27 09:00:36 -0700 |
commit | 4051c323c59b535cfb7dc10b349544b4ad49c21e (patch) | |
tree | 32d0573c78e05f1093d2ddd4a9faded5c33a77e2 /arch/arc/configs/hsdk_defconfig | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
download | talos-obmc-linux-4051c323c59b535cfb7dc10b349544b4ad49c21e.tar.gz talos-obmc-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/hsdk_defconfig')
-rw-r--r-- | arch/arc/configs/hsdk_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig index 6491be0ddbc9..1dec2b4bc5e6 100644 --- a/arch/arc/configs/hsdk_defconfig +++ b/arch/arc/configs/hsdk_defconfig @@ -1,4 +1,3 @@ -CONFIG_DEFAULT_HOSTNAME="ARCLinux" CONFIG_SYSVIPC=y # CONFIG_CROSS_MEMORY_ATTACH is not set CONFIG_NO_HZ_IDLE=y |