Hello,
The firmware I'm building does not need to remember any devices it connects to and there is no pairing involved, so I'd like to reclaim the 8kB of flash used to store settings in. However, when I try to add `CONFIG_BT_SETTINGS=n` to prj.conf, VSCode tells me it's really set to `y` and sure enough when I build the image there is still an 8kB settings partition. I haven't been able to find which other config enables it. I've even tried `CONFIG_SETTINGS=n` but that also shows up as `y`.
Full prj.conf is attached. Thank you!