diff options
author | David S. Miller <davem@davemloft.net> | 2014-09-24 13:53:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-24 14:34:29 -0400 |
commit | c899c3f36458c6af6daf4bb405a715400de39b84 (patch) | |
tree | 745ee3b043494bcec38c25bff8b3257550d3abfb /arch/parisc/configs/a500_defconfig | |
parent | 95d77997fd8a2dc1eca9a46cde761ddb0742eec3 (diff) |
parisc: Update defconfigs which were missing CONFIG_NET.
Commit df568d8e ("scsi: Use 'depends' with LIBFC instead of
'select'.") removed what happened to be the only instance of 'select
NET'. Defconfigs that were relying on the select now lack networking
support.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/parisc/configs/a500_defconfig')
-rw-r--r-- | arch/parisc/configs/a500_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/configs/a500_defconfig b/arch/parisc/configs/a500_defconfig index 90025322b75..0490199d7b1 100644 --- a/arch/parisc/configs/a500_defconfig +++ b/arch/parisc/configs/a500_defconfig @@ -31,6 +31,7 @@ CONFIG_PD6729=m CONFIG_I82092=m # CONFIG_SUPERIO is not set # CONFIG_CHASSIS_LCD_LED is not set +CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM_USER=m |