build system: no longer prompt for PLATFORM_LINUX option
authorKang-Che Sung <explorer09@gmail.com>
Sat, 7 Jan 2017 07:16:46 +0000 (15:16 +0800)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 Jan 2017 13:43:54 +0000 (14:43 +0100)
commit4d06b314532f7f52a9d8a5d6b7dcafaf00ff1334
tree2bb558d1d970ff7cc6a1dd48f4b52184c4fe4d92
parentd5e7ff02921854e28a9859d443f96900e041ca03
build system: no longer prompt for PLATFORM_LINUX option

With the new "select PLATFORM_LINUX" mechanism
(commit e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1), the PLATFORM_LINUX
option alone no longer has any purpose of changing program behavior or
affecting compiled code. So there is no longer need to prompt user of
this config question.

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Config.in