commit | 4fa0a9b4b2e30c4a705c3e9049678d3441bdf7a1 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Dec 21 15:32:45 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jan 18 15:45:58 2021 -0500 |
tree | 913af7a0d5a6ef4a69a6661e38cc3914b4ff0315 | |
parent | 048dcea54b6c1371813548240db918bca88c128b [diff] |
drivers: serial: ns16550: Remove hard-coded max instance count Instead of having a hard-coded maximum instance count, introduce a Kconfig variable for it. The inclusion of the per-instance header files is solved by having them chain-include each other with a pre-processor condition that checks if the current header file is the last one or not. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>