Steven J. Hill
f922bc0ad0
MIPS: Octeon: cavium_octeon_defconfig: Enable more drivers
...
Compile USB driver statically, enable EDAC driver, and remove
deprecated options.
Signed-off-by: Steven J. Hill <steven.hill@cavium.com >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16795/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2017-08-29 15:21:51 +02:00
Krzysztof Kozlowski
59baa24d87
MIPS: defconfig: Cleanup from old Kconfig options
...
Remove old, dead Kconfig options (in order appearing in this commit):
- EXPERIMENTAL is gone since v3.9;
- INET_LRO: commit 7bbf3cae65 ("ipv4: Remove inet_lro library");
- MTD_CONCAT: commit f53fdebcc3 ("mtd: drop MTD_CONCAT from Kconfig
entirely");
- MTD_CHAR: commit 660685d9d1 ("mtd: merge mtdchar module with
mtdcore");
- NETDEV_1000 and NETDEV_10000: commit f860b0522f ("drivers/net:
Kconfig and Makefile cleanup"); NET_ETHERNET should be replaced with
just ETHERNET but that is separate change;
- MISC_DEVICES: commit 7c5763b845 ("drivers: misc: Remove
MISC_DEVICES config option");
- HID_SUPPORT: commit 1f41a6a994 ("HID: Fix the generic Kconfig
options");
- BT_L2CAP and BT_SCO: commit f1e91e1640 ("Bluetooth: Always compile
SCO and L2CAP in Bluetooth Core");
- DEBUG_ERRORS: commit b025a3f836 ("ARM: 6876/1: Kconfig.debug:
Remove unused CONFIG_DEBUG_ERRORS");
- USB_DEVICE_CLASS: commit 007bab9132 ("USB: remove
CONFIG_USB_DEVICE_CLASS");
- RCU_CPU_STALL_DETECTOR: commit a00e0d714f ("rcu: Remove conditional
compilation for RCU CPU stall warnings");
- IP_NF_QUEUE: commit 3dd6664fac ("netfilter: remove unused "config
IP_NF_QUEUE"");
- IP_NF_TARGET_ULOG: commit d4da843e6f ("netfilter: kill remnants of
ulog targets");
- IP6_NF_QUEUE: commit d16cf20e2f ("netfilter: remove ip_queue
support");
- IP6_NF_TARGET_LOG: commit 6939c33a75 ("netfilter: merge ipt_LOG and
ip6_LOG into xt_LOG");
- USB_LED: commit a335aaf312 ("usb: misc: remove outdated USB LED
driver");
- MMC_UNSAFE_RESUME: commit 2501c9179d ("mmc: core: Use
MMC_UNSAFE_RESUME as default behavior");
- AUTOFS_FS: commit 561c5cf923 ("staging: Remove autofs3");
- VIDEO_OUTPUT_CONTROL: commit f167a64e9d ("video / output: Drop
display output class support");
- USB_LIBUSUAL: commit f61870ee6f ("usb: remove libusual");
- CRYPTO_ZLIB: 110492183c ("crypto: compress - remove unused pcomp
interface");
- BLK_DEV_UB: commit 68a5059ecf ("block: remove the deprecated ub
driver");
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org >
Cc: Arnd Bergmann <arnd@arndb.de >
Cc: Florian Fainelli <f.fainelli@gmail.com >
Cc: linux-kernel@vger.kernel.org
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: linux-mips@linux-mips.org
Cc: linux-arm-kernel@lists.infradead.org
Patchwork: https://patchwork.linux-mips.org/patch/16342/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2017-06-27 13:58:38 +02:00
Steven J. Hill
ff4143ccff
MIPS: Octeon: cavium_octeon_defconfig: Enable Octeon MMC
...
Enable the Octeon MMC driver in the defconfig.
Signed-off-by: Steven J. Hill <Steven.Hill@cavium.com >
Acked-by: Ralf Baechle <ralf@linux-mips.org >
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org >
2017-04-25 22:04:16 +02:00
James Hogan
4da3273b93
MIPS: OCTEON: Enable DEVTMPFS
...
Recent versions of udev and systemd require the kernel to be compiled
with CONFIG_DEVTMPFS in order to populate the /dev directory. Most MIPS
platforms have it enabled by default, so enable it for the Cavium Octeon
defconfig as well. This will assist with automated kernel boot testing.
Signed-off-by: James Hogan <james.hogan@imgtec.com >
Acked-by: David Daney <david.daney@cavium.com >
Cc: Ralf Baechle <ralf@linux-mips.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15294/
Signed-off-by: James Hogan <james.hogan@imgtec.com >
2017-02-15 18:45:06 +00:00
Matt Redfearn
253aced6d2
MIPS: Octeon: cavium_octeon_defconfig: Enable OCTEON SATA
...
Commit a2127e400e ("libata: support AHCI on OCTEON platform") added a
driver for the OCTEON AHCI controller. Enable this driver in the OCTEON
defconfig.
Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com >
Cc: Aaro Koskinen <aaro.koskinen@iki.fi >
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13816/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2016-07-21 10:54:04 +02:00
Aaro Koskinen
b4f37b2f2f
MIPS: OCTEON: cavium_octeon_defconfig: enable all OCTEON SoC drivers
...
Some drivers for SoC provided functionality are missing.
Enable to those in defconfig to provide better build/testing coverage.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Cc: David Daney <ddaney.cavm@gmail.com >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12750/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2016-05-13 14:01:57 +02:00
Alan Stern
2193dda5ee
USB: host: Remove ehci-octeon and ohci-octeon drivers
...
Remove special-purpose octeon drivers and instead use ehci-platform
and ohci-platform as suggested with
http://marc.info/?l=linux-mips&m=140139694721623&w=2
[andreas.herrmann:
fixed compile error]
Cc: David Daney <david.daney@cavium.com >
Cc: Alex Smith <alex.smith@imgtec.com >
Signed-off-by: Alan Stern <stern@rowland.harvard.edu >
Signed-off-by: Andreas Herrmann <andreas.herrmann@caviumnetworks.com >
Acked-by: Ralf Baechle <ralf@linux-mips.org >
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-11-25 09:19:28 -08:00
Kristina Martšenko
ad8c12eea0
staging: silicom: remove driver
...
The driver hasn't been cleaned up and it doesn't look like anyone is
working on it anymore (including the original author). So remove it.
If someone wants to work on cleaning the driver up and moving it out of
staging, this commit can be reverted.
In addition, since this removes the CONFIG_NET_VENDOR_SILICOM config
symbol, remove the symbol from all defconfig files that reference it.
Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com >
Cc: Daniel Cotey <puff65537@bansheeslibrary.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2014-07-27 11:24:37 -07:00
David Daney
1afb49d0e6
MIPS: Update cavium_octeon_defconfig
...
The serial port changes make it advisable to enable the proper UART
drivers.
Signed-off-by: David Daney <david.daney@cavium.com >
Cc: linux-mips@linux-mips.org
Cc: Jamie Iles <jamie@jamieiles.com >
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Cc: Jiri Slaby <jslaby@suse.cz >
Cc: linux-serial@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/5518/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2013-07-01 15:10:55 +02:00
David Daney
9ddebc46e7
MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOC
...
CAVIUM_OCTEON_SOC most place we used to use CPU_CAVIUM_OCTEON. This
allows us to CPU_CAVIUM_OCTEON in places where we have no OCTEON SOC.
Remove CAVIUM_OCTEON_SIMULATOR as it doesn't really do anything, we can
get the same configuration with CAVIUM_OCTEON_SOC.
Signed-off-by: David Daney <david.daney@cavium.com >
Cc: linux-mips@linux-mips.org
Cc: linux-ide@vger.kernel.org
Cc: linux-edac@vger.kernel.org
Cc: linux-i2c@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: spi-devel-general@lists.sourceforge.net
Cc: devel@driverdev.osuosl.org
Cc: linux-usb@vger.kernel.org
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Acked-by: Wolfram Sang <wsa@the-dreams.de >
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com >
Patchwork: https://patchwork.linux-mips.org/patch/5295/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2013-06-10 18:01:25 +02:00
David Daney
77a12d0a4a
MIPS: Cavium: Update defconfig
...
Turn on support for most hardware present on OCTEON development boards
as well as some filesystems and SATA controllers so we can boot off of
a disk or CF
Signed-off-by: David Daney <david.daney@cavium.com >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4426/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2012-12-12 16:52:06 +01:00
Ralf Baechle
1e2038b770
MIPS: Replace -' in defconfig filename wth _' for consistency.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2012-09-26 22:00:05 +02:00