[PATCH 3/4] sh: make board-secureedge5410 explicitly non-modular

2016-04-22 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: config SH_SECUREEDGE5410 bool "SecureEdge5410" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modularity so that when reading the driver there is no doubt it is

[PATCH 3/4] sh: make board-secureedge5410 explicitly non-modular

2016-04-22 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: config SH_SECUREEDGE5410 bool "SecureEdge5410" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modularity so that when reading the driver there is no doubt it is