commit | 9d7bd523130645b3cfe7f122bd126c98055a8c2c | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Mon Jun 12 16:27:48 2023 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 13 07:26:29 2023 -0400 |
tree | be1fd7ecee1559547dcc1eec7b2616e59f61f7b4 | |
parent | 6981e2e3cf636119a41693696dbe5a184be808af [diff] |
modules: lvgl: define the Kconfig types used in boards Some boards override default for few LVGL LV_Z_* symbols. This causes the build to fail if the module is not present in the system, and has been worked around on one board by repeating the types in the board Kconfig file. Fix this properly by defining the known type for all symbols used in boards in modules/Kconfig.lvgl. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>