Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: net: allwinner: Fix Kconfig indentation

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Maxime Ripard and committed by
David S. Miller
05bc250f 20f01703

+13 -12
+13 -12
drivers/net/ethernet/allwinner/Kconfig
··· 3 3 # 4 4 5 5 config NET_VENDOR_ALLWINNER 6 - bool "Allwinner devices" 7 - default y 8 - depends on ARCH_SUNXI 9 - ---help--- 10 - If you have a network (Ethernet) card belonging to this 11 - class, say Y and read the Ethernet-HOWTO, available from 12 - <http://www.tldp.org/docs.html#howto>. 6 + bool "Allwinner devices" 7 + default y 13 8 14 - Note that the answer to this question doesn't directly 15 - affect the kernel: saying N will just cause the configurator 16 - to skip all the questions about Allwinner cards. If you say Y, 17 - you will be asked for your specific card in the following 18 - questions. 9 + depends on ARCH_SUNXI 10 + ---help--- 11 + If you have a network (Ethernet) card belonging to this 12 + class, say Y and read the Ethernet-HOWTO, available from 13 + <http://www.tldp.org/docs.html#howto>. 14 + 15 + Note that the answer to this question doesn't directly 16 + affect the kernel: saying N will just cause the configurator 17 + to skip all the questions about Allwinner cards. If you say Y, 18 + you will be asked for your specific card in the following 19 + questions. 19 20 20 21 if NET_VENDOR_ALLWINNER 21 22