avr: Only prompt for CLEAR_PRESCALER and SIMULAVR with LOW_LEVEL_OPTIONS

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2019-01-25 18:07:31 -05:00
parent b6ccd2682c
commit ee86463ed2
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ config CLOCK_FREQ
default 20000000 if AVR_FREQ_20000000 default 20000000 if AVR_FREQ_20000000
config CLEAR_PRESCALER config CLEAR_PRESCALER
bool "Manually clear the CPU prescaler field at startup" bool "Manually clear the CPU prescaler field at startup" if LOW_LEVEL_OPTIONS
depends on MACH_at90usb1286 || MACH_at90usb646 || MACH_atmega32u4 depends on MACH_at90usb1286 || MACH_at90usb646 || MACH_atmega32u4
default y default y
help help
@ -138,7 +138,7 @@ config SERIAL_PORT
config SIMULAVR config SIMULAVR
depends on MACH_atmega168 || MACH_atmega328 || MACH_atmega328p || MACH_atmega644p || MACH_atmega1284p depends on MACH_atmega168 || MACH_atmega328 || MACH_atmega328p || MACH_atmega644p || MACH_atmega1284p
bool "Compile for simulavr software emulation" bool "Compile for simulavr software emulation" if LOW_LEVEL_OPTIONS
default n default n
help help
Compile the code to run on simulavr software emulation Compile the code to run on simulavr software emulation