mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
gpio: move documentation to README, document that it broke on -M virt
This commit is contained in:
@@ -79,6 +79,8 @@ CONFIG_VIRTIO_NET=y
|
||||
# Misc
|
||||
CONFIG_DUMMY_IRQ=m
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
|
||||
# Requirement for LOGO.
|
||||
CONFIG_FB=y
|
||||
CONFIG_LOGO=y
|
||||
|
||||
## Networking
|
||||
@@ -158,8 +160,9 @@ CONFIG_UIO_PCI_GENERIC=m
|
||||
# case 0x08: /* LED */
|
||||
# printf("LED val = %llx\n", (unsigned long long)val);
|
||||
#
|
||||
# to obeserve when the callback is made. But beware that one of the LEDs
|
||||
# to observe when the callback is made. But beware that one of the LEDs
|
||||
# has a heartbeat trigger by default (specified on dts), so it will produce a lot of output.
|
||||
#
|
||||
CONFIG_LEDS_CLASS=y
|
||||
CONFIG_LEDS_CLASS_FLASH=y
|
||||
CONFIG_LEDS_SYSCON=y
|
||||
@@ -173,12 +176,6 @@ CONFIG_LEDS_TRIGGER_ONESHOT=y
|
||||
CONFIG_LEDS_TRIGGER_TIMER=y
|
||||
CONFIG_NEW_LEDS=y
|
||||
|
||||
# GPIO
|
||||
CONFIG_ARM_AMBA=y
|
||||
CONFIG_GPIOLIB=y
|
||||
CONFIG_GPIO_SYSFS=y
|
||||
CONFIG_GPIO_PL061=y
|
||||
|
||||
# Like CONFIG_X86_PTDUMP for ARM.
|
||||
CONFIG_ARM64_PTDUMP=y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user