arm: soc: nRF51: Remove ISR_STACK_SIZE assignment

As ISR stack size depends on application code, its best set
in the application's prj.conf file. Hence, remove it from
soc Kconfig files.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2019-12-10 12:47:09 +05:30 committed by Johan Hedberg
commit e18d1b6a46
2 changed files with 0 additions and 6 deletions

View file

@ -9,7 +9,4 @@ if SOC_NRF51822_QFAA
config SOC
default "nRF51822_QFAA"
config ISR_STACK_SIZE
default 640
endif # SOC_NRF51822_QFAA

View file

@ -9,7 +9,4 @@ if SOC_NRF51822_QFAB
config SOC
default "nRF51822_QFAB"
config ISR_STACK_SIZE
default 640
endif # SOC_NRF51822_QFAB