diff options
author | John Crispin <john@openwrt.org> | 2015-04-04 06:10:03 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-04 06:10:03 +0000 |
commit | 0b44b593a78e39b2843c80a1a2d58670a0d5e76f (patch) | |
tree | 781c15115bda66197379258605aae927ba19ff93 /package/kernel/spi-ks8995/src/Kconfig | |
parent | 0e78550030b336016ca3736062a3fea4ce174bf3 (diff) | |
download | upstream-0b44b593a78e39b2843c80a1a2d58670a0d5e76f.tar.gz upstream-0b44b593a78e39b2843c80a1a2d58670a0d5e76f.tar.bz2 upstream-0b44b593a78e39b2843c80a1a2d58670a0d5e76f.zip |
kernel: switch to upstream
This driver is upstream since 2012 (commit: a8e510f682f), so switch to
it and remove own sources. Also place it under "Network Devices" menu
together with other phy drivers.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 45269
Diffstat (limited to 'package/kernel/spi-ks8995/src/Kconfig')
-rw-r--r-- | package/kernel/spi-ks8995/src/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/kernel/spi-ks8995/src/Kconfig b/package/kernel/spi-ks8995/src/Kconfig deleted file mode 100644 index 7859be183d..0000000000 --- a/package/kernel/spi-ks8995/src/Kconfig +++ /dev/null @@ -1,3 +0,0 @@ -config SPI_KS8995 - tristate "Micrel/Kendin KS8995 Ethernet switch" - depends on SPI |