Kconfig: Remove references to manufacturers in Kconfig
Avoid referring to particular board manufacturers in "make menuconfig". This information becomes rapidly outdated and is sometimes viewed by competing manufacturers as being unfair. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -65,7 +65,7 @@ config STACK_SIZE
|
||||
choice
|
||||
prompt "Bootloader offset"
|
||||
config LPC_FLASH_START_4000
|
||||
bool "16KiB bootloader (Smoothieware bootloader)"
|
||||
bool "16KiB bootloader"
|
||||
config LPC_FLASH_START_0000
|
||||
bool "No bootloader"
|
||||
endchoice
|
||||
|
||||
Reference in New Issue
Block a user