Kconfig: Replace WANT_GPIO_BITBANGING with individual options

Support setting individual options instead of one global option (
WANT_BUTTONS, WANT_TMCUART, WANT_NEOPIXEL, WANT_PULSE_COUNTER,
WANT_HX71X).

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2025-04-06 12:36:41 -04:00
parent efc2d9b364
commit c3c64adc32
5 changed files with 40 additions and 10 deletions

View File

@@ -1,4 +1,8 @@
# Base config file for the Beaglebone PRU
CONFIG_MACH_PRU=y
CONFIG_WANT_GPIO_BITBANGING=n
CONFIG_WANT_BUTTONS=n
CONFIG_WANT_TMCUART=n
CONFIG_WANT_NEOPIXEL=n
CONFIG_WANT_PULSE_COUNTER=n
CONFIG_WANT_HX71X=n
CONFIG_WANT_DISPLAYS=n