mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
Add a new HAVE_LIMITED_CODE_SIZE symbol that enables a menu to select optional features. This symbol is enabled on chips with small build sizes. Replace the HAVE_GPIO_BITBANGING with four new symbols: WANT_GPIO_BITBANGING, WANT_DISPLAYS, WANT_SENSORS, WANT_SOFTWARE_SPI, and WANT_SOFTWARE_I2C. This allows users a little more flexibility when selecting features they need. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
# Base config file for the Beaglebone PRU
|
|
CONFIG_MACH_PRU=y
|
|
CONFIG_WANT_GPIO_BITBANGING=n
|
|
CONFIG_WANT_DISPLAYS=n
|