samples: remove CONFIG_SERIAL from blinky

As noted in the issue #20666 discussion, though the console is not used
by this sample app, it can't really be "disabled" using this Kconfig
option, so remove the CONFIG_SERIAL=n line.

Fixes: #20666

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-11-16 09:51:12 -08:00 committed by Carles Cufí
parent 6ba1fcec3f
commit da963d94f9
1 changed files with 0 additions and 1 deletions

View File

@ -1,2 +1 @@
CONFIG_GPIO=y
CONFIG_SERIAL=n